Using Forms
This guide covers the end-user workflow for browsing forms, initiating submissions, filling in data, and processing submissions through the Maker–Checker–Approver lifecycle.
Accessing the Form List
- Open the Form Builder portal (for example,
https://form-las.ledger.raralabs.dev). - The Form List tab loads by default and shows all forms you are authorized to use.
- Each row displays:
- Form identifier — slug name (for example,
initiate_las,approve_loan) - Form name — display title (for example, Initiate Loan Against Share, Approve Loan)
- Description — optional subtitle
- Pending count — number of submissions awaiting action (for example,
17 pending) - + button — initiates a new submission
- Form identifier — slug name (for example,
Searching for a Form
- Click the Search bar at the top of the page.
- Type part of the form name or identifier.
- The list filters to matching entries.
Switching to Schedule List
- Click the Schedule List tab next to Form List.
- View and manage scheduled form-related tasks.
Initiating a New Form Submission
There are two ways to start a new form:
From the Form List
- Locate the form in the Form List (for example, Initiate Loan Against Share).
- Click the + button on the right side of the form row.
- The form opens in the render view.
From Form Usages
- Click a form row in the Form List to open its Form Usages page.
- Click + Initiate Form in the top-right corner.
- The form opens in the render view.
Filling In and Submitting a Form
- The form render view opens with the form title at the top (for example, Initiate Loan Against Share or sumo-user-guide).
- Complete each field displayed on the form. Examples from the reference workflow:
| Field | Description | Example Value |
|---|---|---|
| BOID | Customer Beneficiary Owner ID | 34455 |
| Account Number | Customer account number | 1225751266207001 |
| Reference | Business reference identifier | 34 |
| Full Name | Customer or applicant name | Shiva |
- Click Save to submit the form.
- The linked process stage executes with the submitted data.
- A success or error notification appears at the bottom of the screen confirming the result.
Note: If the configured process stage is not allowed for the current user or environment, a server error notification displays (for example, Stage cic_info_save Not Allowed).
Viewing Form Submissions (Form Usages)
After initiating or selecting a form, the Form Usages page shows all submissions for that form.
- The page title reads Form Usages — (identifier) Form Name (for example, Form Usages — (initiate_las) Initiate Loan Against Share).
- Use the tabs and filters to navigate submissions:
| Control | Purpose |
|---|---|
| Pending tab | Shows submissions still in the workflow |
| Completed tab | Shows finalized submissions |
| MAKE button | Filters submissions at the Make stage |
| CHECK button | Filters submissions at the Check stage |
| APPROVE button | Filters submissions at the Approve stage |
| View button | Adjusts table display options |
- The submissions table displays columns based on form configuration. Common columns include:
| Column | Description |
|---|---|
| Ref ID | Unique reference identifier with a status badge (for example, 01K... CHECK) |
| BOID | Beneficiary Owner ID from the submission |
| Account Number | Account number from the submission |
| Full Name | Name field from the submission |
| Created by | User who initiated the form (for example, admin) |
| Actions | Row-level action buttons |
Processing Submissions (Checker / Approver)
When a submission is in your workflow stage, use the Actions column to process it:
Edit
- Click Edit (blue pencil icon) on the submission row.
- Modify the form data as needed.
- Save the changes.
Approve
- Click Approve on the submission row.
- The submission moves to the next workflow stage.
- A success notification confirms the status change (for example, Status Changed Successfully or Task updated).
Note: Approval is restricted by user type and role. If your user type is not authorized, an error displays (for example, admin user type cannot approve this form).
Reject
- Click Reject (red button) on the submission row.
- The submission is declined and removed from the pending queue.
Signing Out
- Click the gear icon in the top-right corner of the header.
- Select Sign Out from the dropdown menu.
Additional menu options include Settings and Schedule Settings.
Common End-User Controls
| Control | Location | Purpose |
|---|---|---|
| + Initiate Form | Form Usages page (top right) | Starts a new form submission |
| + button | Form List row (far right) | Quick-initiates a form from the list |
| Save | Form render view (bottom right) | Submits entered form data |
| Edit / Approve / Reject | Form Usages table Actions column | Processes a pending submission |
| Pending / Completed | Form Usages tabs | Filters by submission status |
| MAKE / CHECK / APPROVE | Form Usages workflow buttons | Filters by workflow stage |